var math/big.leafSize

7 uses

	math/big (current package)
		natconv.go#L411: 		for len(q) > leafSize {
		natconv.go#L477: var leafSize int = 8 // number of Word-size binary values treat as a monolithic block
		natconv.go#L498: 	if leafSize == 0 || m <= leafSize {
		natconv.go#L504: 	for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
		natconv.go#L524: 					table[0].bbb = nat(nil).expWW(stk, bb, Word(leafSize))
		natconv.go#L525: 					table[0].ndigits = ndigits * leafSize